projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a2ed8d
)
(flyspell-mode-line-string): Fix custom type.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 8 Jan 2002 23:57:15 +0000
(23:57 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 8 Jan 2002 23:57:15 +0000
(23:57 +0000)
lisp/textmodes/flyspell.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/flyspell.el
b/lisp/textmodes/flyspell.el
index 21d1b8b9ac5d33db1eb40bff78de0537ddb3cba2..eaebab0592b084ae0c7063ba96c0e2b7f9c5e7d5 100644
(file)
--- a/
lisp/textmodes/flyspell.el
+++ b/
lisp/textmodes/flyspell.el
@@
-209,7
+209,7
@@
http://strw.leidenuniv.nl/~dominik/Tools"
"*String displayed on the modeline when flyspell is active.
Set this to nil if you don't want a modeline indicator."
:group 'flyspell
- :type '
string
)
+ :type '
(choice string (const :tag "None" nil))
)
(defcustom flyspell-large-region 1000
"*The threshold that determines if a region is small.